Greetings,
I'm finally making a bold attempt at learning regular expressions. I've been reviewing the following:
When learning pattern searching it states:
Further, it states
Questions:
A. programming has taught me that every opening breacket must have a closing and vice versa. Does this not apply to regular expressions?
B. how does the s fall in between a-e?
Thanks for help on these.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws
I'm finally making a bold attempt at learning regular expressions. I've been reviewing the following:
When learning pattern searching it states:
Question: last I checked, b c and d were not vowles, so why would that match any lowercase vowel?Criteria: /[abcde]/ will match any single lowercase vowel.
Further, it states
[/quote]Criteria: /[^a-e]in]/
?An institute has posted guidance that protects against a reported vulnerability in all versions of software that could allow a Web site visitor to view secured content by using specially crafted requests to a Web server?.
Questions:
A. programming has taught me that every opening breacket must have a closing and vice versa. Does this not apply to regular expressions?
B. how does the s fall in between a-e?
Thanks for help on these.
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws