|
klerindias Novice
Joined: 23 Jan 2010 Posts: 37
|
Posted: Tue May 06, 2014 5:28 pm
problem to find trigger |
In red is trigger i am trying to find, i think i do not have this trigger, but something changing map
and see it on debugging message.
Question is how this trigger looks like, what i should look.
and here is like it looks on map:
|
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Tue May 06, 2014 5:54 pm |
There should be a search box at the top of the package editor (if you don't see it, go to View -> Toolbars -> Search to enable it). Then just copy/paste in that pattern to find it.
|
|
|
|
klerindias Novice
Joined: 23 Jan 2010 Posts: 37
|
Posted: Tue May 06, 2014 6:23 pm |
When i try search by
\b
i find nothing.
I tried search for this normal way, and i couldnt find, that why asking on forum.
I do not know how to find it.
if normal search find nothing
and another question is what means \b, i never used it... |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue May 06, 2014 11:46 pm |
\b is a regex wildcard, if I recall it matches on word boundary.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Wed May 07, 2014 2:24 am |
Perhaps you're searching in the wrong package? Click on the all tab before searching to search everything.
|
|
|
|
klerindias Novice
Joined: 23 Jan 2010 Posts: 37
|
Posted: Wed May 07, 2014 2:55 am |
Here?
|
|
|
|
klerindias Novice
Joined: 23 Jan 2010 Posts: 37
|
Posted: Fri May 09, 2014 1:43 pm |
So still my question how to find this trigger?
Above is image, where i search , and got no result.
I am sure i didnt write this trigger.
and could someone explain me what this trigger does?
\b([\w\d._%+\-]+@[\w\d.\-]+\.[\w]{2,4})\b
\d matches any digit on this line there is no any digits, there is just {M|o|.} |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Fri May 09, 2014 8:28 pm |
Ah, good suggestion to check what the trigger does! That pattern matches an email address. With that in mind, I bet it's the trigger that comes in the default Clickable URLs package. You'll need to check View -> Show Default packages to see it.
|
|
|
|
klerindias Novice
Joined: 23 Jan 2010 Posts: 37
|
Posted: Fri May 09, 2014 8:33 pm |
uff, thanx now i can disable.
|
|
|
|
|
|