what are the TReplaceFlags
i have searched the Simba docs and cant find any info
~shut
what are the TReplaceFlags
i have searched the Simba docs and cant find any info
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Type rf (or even TReplaceFlag) in Simba and then hold control and press space.
Edit:
Example:
etc.Simba Code:Writeln(Replace('Sex is the best. I like Sex.', 'Sex', 'Shuttleu', [])); // 'Shuttleu is the best. I like Sex.'
Writeln(Replace('Sex is the best. I like sex.', 'Sex', 'Shuttleu', [rfReplaceAll])); // 'Shuttleu is the best. I like sex.'
Writeln(Replace('Sex is the best. I like sex.', 'sex', 'Shuttleu', [rfReplaceAll, rfIgnoreCase])); // 'Shuttleu is the best. I like Shuttleu.'
Last edited by Sex; 01-04-2012 at 03:40 AM. Reason: press enter->press space
Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
Originally Posted by #srl
"A programmer is just a tool which converts caffeine into code"
Perhaps someone can add these to the documentation?
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
There are currently 1 users browsing this thread. (0 members and 1 guests)