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

[Learn]: \sof\s to be considered as a good solution too #326

Open
jmalbertsanofi opened this issue Oct 20, 2023 · 1 comment
Open

[Learn]: \sof\s to be considered as a good solution too #326

jmalbertsanofi opened this issue Oct 20, 2023 · 1 comment
Assignees
Labels

Comments

@jmalbertsanofi
Copy link
Contributor

Step Number: 9
Step Name: examples.basicMatchers.title
Language: en
Version: v2.25.3

User Agent:
Mozilla/5.0 (Windows NT 10.0, Win64, x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.57


What is the problem you are experiencing?
As we are looking for the word "of" and not all strings that can contains those 3 letters in that order, regex "\sof\s" must also be considered as valid.

@jmalbertsanofi jmalbertsanofi changed the title [Learn]: Type the title here... [Learn]: \sof\s to be considered as a good solution too Oct 20, 2023
@GodlessLiu
Copy link

This solution is inaccurate as it will contain characters on both sides of the 'of' character,the question only needs to match the 'of' word,not the word containing 'of'.

@aykutkardas aykutkardas self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants