shyfx
1
Hi,
when try to look up a regular repression by using the search bar from this forum:
(.*) \s\(.*\)\s \(.*\)
I don’t get any search results…
Normal with the example above I should be possible to get this page in search results not?
Is this not possible, or must I use some special character before or after the regex in search bar?
thnx again
shyfx
2
this one gives me a lot of results : \b(?<!')(\w)
When open one of the links provided , i can’t find \b(?<!')(\w) when I use cntr-F
Also when I read topic, I can’t find \b(?<!')(\w)
poster
3
The asterisk cannot be used as a search character. It is ignored during indexing, and therefore your search string will not return any results.
1 Like