To DeadNotBuried bout " Regex "

These are old archives. They are kept for historic purposes only.
Post Reply
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

To DeadNotBuried bout " Regex "

Post by GouroB »

DeadNotBuried said :
i'd suggest doing a search on google etc for "regex" , there are thousands of sites out there explaining how to use regex's.
dear DeadNotBuried
i did try to find out in google , altavista , yahoo & hotmail search but couldnt find any thing bout regex ... yah there are some small paragraph's on regex but none of them are related to use of regex . :roll:
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Narrow your search to POSIX regular expressions (because the regex library that Unreal uses is TRE, which is compatible with POSIX). Probably this page helps:

http://en.wikipedia.org/wiki/Regular_expression

This should help, too:

http://www.zytrax.com/tech/web/regex.htm
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

Post by GouroB »

THX Angrywolf
:D
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I searched google for "regex" and the #1 hit was to a program that is designed to aid in experimenting with regex. The second, "Steve Ramsay's Guide to Regular Expressions," (10 pages) the third, "Regular Expression HOWTO" (22 pages) etc. So I don't know how you found only a few paragraphs...
-- codemastr
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post by DeadNotBuried »

i get the same as codemastr, all of the top 3 are very good for learning about regex's
Majestic Liaisons Adult Chat - [url=irc://irc.majestic-liaisons.com:6667]IRC[/url] , Java
GouroB
Posts: 182
Joined: Thu Oct 28, 2004 7:42 pm
Location: London
Contact:

ummm

Post by GouroB »

codemastr said
I searched google for "regex" and the #1 hit was to a program that is designed to aid in experimenting with regex. The second, "Steve Ramsay's Guide to Regular Expressions," (10 pages) the third, "Regular Expression HOWTO" (22 pages) etc. So I don't know how you found only a few paragraphs...
yah i also got that after seein ur this post :oops: and got the same
but i searched with " ircd regex " and got those dumb things :( it was my mistake .
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
Post Reply