Messages - herojoker [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 ... 25next
11
FARR Plugins and Aliases / Re: Timer
« on: September 22, 2008, 11:17 AM »
czechboy: Hint for the future: Use a versioning system like SVN  :)

12
FARR Plugins and Aliases / Re: Character Table
« on: September 22, 2008, 09:49 AM »
Is the multiplication sign there? I mean this one: × (Unicode 007D) [keys: Alt+0215 on the numblock)

13
FARR Plugins and Aliases / Re: Alias: Google Maps Directions
« on: September 22, 2008, 07:14 AM »
Good point!
^route \s*(.+?)\s*(?:(?:-*\>)|-{2,}|;)\s*(.+?)\s*$

14
FARR Plugins and Aliases / Re: Alias: Google Maps Directions
« on: September 21, 2008, 09:32 PM »
Cool  8)
With semicolon and (because I think the aforementioned "- issue" is not critical) without the \ before -:
^route \s*(.+?)\s*(?:(?:-*\>)|-{2,}|;|,)\s*(.+?)\s*$

15
FARR Plugins and Aliases / Re: Alias: Google Maps Directions
« on: September 21, 2008, 01:06 PM »
I've added more separators:
^route \s*(.+?)\s*(?:(?:\-*\>)|,|\-{2,})\s*(.+?)\s*$

This supports arrows with arbitrary length (>, ->, -->, --->, etc.), comma and "lines" with arbitrary positive length >= 2 (--, ---, etc.).
Remember, that the first complete separator in the input is used.

\- may be replaced with - but this version is safer because in some constellations - can become part of a modifier.

Pages: prev1 2 [3] 4 5 6 7 8 ... 25next
Go to full version