Thanks
Search found 2 matches
- Mon Apr 26, 2010 12:11 pm
- Forum: General
- Topic: How to search for this?
- Replies: 5
- Views: 666
- Mon Apr 26, 2010 11:03 am
- Forum: General
- Topic: How to search for this?
- Replies: 5
- Views: 666
How to search for this?
How to search for this pattern:
a specific character + any number of characters + another specific character
E.g.
Suppose there is
abcc
and I want to find a sequence that begins with 'a' and ends with the first 'c'.
I tried with ''a.*c' but the search selects the hole sequence 'abcc' whereas I ...
a specific character + any number of characters + another specific character
E.g.
Suppose there is
abcc
and I want to find a sequence that begins with 'a' and ends with the first 'c'.
I tried with ''a.*c' but the search selects the hole sequence 'abcc' whereas I ...