SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[regex] Regular expression that doesn't contain certain string
Home
Question
Regular expression that doesn't contain certain string
/aa([^a]|a[^a])*aa/
Examples related to
regex
•
Why my regexp for hyphenated words doesn't work?
•
grep's at sign caught as whitespace
•
Preg_match backtrack error
•
regex match any single character (one character only)
•
re.sub erroring with "Expected string or bytes-like object"
•
Only numbers. Input number in React
•
Visual Studio Code Search and Replace with Regular Expressions
•
Strip / trim all strings of a dataframe
•
return string with first match Regex
•
How to capture multiple repeated groups?
Examples related to
regex-negation
•
Regex to get the words after matching string
•
Regex - Does not contain certain Characters
•
How to negate the whole regex?
•
RegExp matching string not starting with my
•
RegEx to exclude a specific string constant
•
Regular expression that doesn't contain certain string
•
Regular expression to match a line that doesn't contain a word