Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regex to add values with space characters also #559

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

divesh80
Copy link
Contributor

Need to Incorporate space characters in value:

Currently, the logical slot suffix restricts values by disallowing spaces, permitting only word characters, single quotes, double quotes, hyphens, dots, and plus signs. However, values can also include spaces. For instance, the title column often contains values with multiple words separated by spaces. Hence, we need to adjust the logic to incorporate spaces in values.

Copy link
Owner

@toluaina toluaina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great thanks

@toluaina toluaina merged commit 8000739 into toluaina:main Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants