Re: introduction to regular expressions?

2020-04-04 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: introduction to regular expressions? unless he is making some soort of parcer just looking for values and compares values and strings, basicly variables and outputs error messages based on the resaults. URL: https://forum.audiogames.net/post/515975/#p515975 -- Audiogames

Re: introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: introduction to regular expressions? There is no script in language that does so. You may create rappers over things, but you can’t implement half of the language. Well, you can’t implemented and expect people to use it. URL: https://forum.audiogames.net/post/515796/#p515796

Re: introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: introduction to regular expressions? I didn't really plan on making a really complex scripting language with all the bells and whistles, just something people could jumpstart their coding with, that's easy, fast and doesn't need much code to do something. URL: https

Re: introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: introduction to regular expressions? Additionally, if you want to make even a halfway decent scripting language of your own you will need to learn about recursive descent parsers at a minimum. Just embed Lua.  And if you're on BGT and can't embed Lua because no function pointers

Re: introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: introduction to regular expressions? Sounds like another case in which someone thought asking would take less time than googling. Funfact: it doesn't. Googling yourself would have already taken less time than writing this post, summing up with the time of the readers reading

Re: introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: introduction to regular expressions? [Wikipedia: Regular _expression_][Intro To Regex][Regular Expressions: An Introduction] URL: https://forum.audiogames.net/post/515492/#p515492 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

introduction to regular expressions?

2020-04-03 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
introduction to regular expressions? I tried to make a coding language, but it is really difficult without a good string handler. then, I found regular expressions. but, I ned help with them. can someone help? give a little explanation as to what they are, or link a website that does. URL