I have trouble finding the correct regex.
I know that a sequence of characters enclosed in brackets means their optional:
[xyz] means any 'x' OR 'y' OR 'z'
but how can I find them all?
any 'x' AND 'y' AND 'z' in whatever sequence and quantity
p.e.
Match first an uppercase character then all lowercase characters with at least 1 uppercase character
This would be easier if the sequence of characters enclosed in brackets aren't optional.
Something like this:
\u[a-zA-Z]
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Friday, August 9, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment