Possible Asnwer to Gendou's signature
|
is it b to the negative second power. |
Re: Possible Asnwer to Gendou's signature
Link |
by
on 2005-05-18 15:45:33 (edited 2005-05-18 15:46:49)
|
huh? no, it says "two B or not two B". its a perl regular expression. |
Re: Possible Asnwer to Gendou's signature
Link |
by DOOM Anomaly
on 2005-05-18 18:38:09
|
May I ask how it says such? I cannot figure it out, at all. :P
___
- -This has been yet another senseless post By: DOOM Anomaly- - |
Re: Possible Asnwer to Gendou's signature
|
ok...i dont' get it!!! i get the two B because of the two b's, but i don't get why it's ' or not two B'. care to tell me!! plz! |
Re: Possible Asnwer to Gendou's signature
|
oh. Well then. I just treated it like a math problem. Makes more sense now that i know what it is. |
Re: Possible Asnwer to Gendou's signature
Link |
by
on 2005-05-19 09:10:26
|
the 2 / characters define the beginning and end of the regular expression. the parentheses, in addition to making it look fancy, signify that the enclosed expression should be saved in register $1. the first 2 b characters match the string "bb" which can be read "two be". the line is a logical "or". the brackets define a character set and the carrot (^) negates the only member of the character set, a b. the 2 in the curly braces means match 2 of that character set, in other words "not two be". |
Re: Possible Asnwer to Gendou's signature
|
oh...ok. i see! thanks! |
Re: Possible Asnwer to Gendou's signature
|
its soo clear to me now =D....kindda clear |
Re: Possible Asnwer to Gendou's signature
|
2b||(!2b) ^ C-based languages :)
Everything about Gabriela Robin:
A Gabriela Robin Site
For everything Yoko Kanno: The Yoko Kanno DB Forum |