Back | Reverse |

Possible Asnwer to Gendou's signature
Link | by Joshua on 2005-05-18 12:39:48
is it b to the negative second power.


Re: Possible Asnwer to Gendou's signature
Link | by gendou 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
Link | by angel on 2005-05-18 23:06:43
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
Link | by Joshua on 2005-05-19 06:31:07
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 gendou 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
Link | by angel on 2005-05-19 19:15:05
oh...ok. i see! thanks!

Re: Possible Asnwer to Gendou's signature
Link | by pie on 2005-05-21 19:16:50
its soo clear to me now =D....kindda clear

Re: Possible Asnwer to Gendou's signature
Link | by mike_s_6 on 2005-05-25 21:16:03
2b||(!2b)

^ C-based languages :)

Everything about Gabriela Robin: A Gabriela Robin Site
For everything Yoko Kanno: The Yoko Kanno DB Forum

Back | Reverse |

Copyright 2000-2025 Gendou | Terms of Use | Page loaded in 0.0026 seconds at 2025-01-30 13:11:45