Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Is there any PlugIT that I can use to extract a sub string of a larger chain of string?
Thank you for your cooperation.
Offline
Hello,
What extraction ?
Between two positions ?
From a position with a specific length ?
A predefined word (if present) ?
After / before another sub string ?
From a regular expression ?
Other things ?
There are a lot of cases
Offline
Alexandre I think I did string slicing/finding substrings here:
http://www.scolring.org/forum/viewtopic.php?id=514
-h
Offline
this kind of plugIT could be helpfull but this is hard to make something generic.
in the next OS3D release you will be able to replace or reorder a link parameter with $1 in param.
for example :
out("hello world")->log.print
could have in parameter "$1 the $2" and print "hello the world"
or a param like a vector "0.0 1.0 -1.0"
could get "$1" for x
or "$2 $1 $3" to revert some params
Offline
hebdemnobad, have you make a such plugit ?
I used the slicing and finding functions to figure identify certain messages sent to the java server from other clients, and once these messages (an obscure sequence of characters that no one would enter into their chat input) come to other clients, the other clients would move avatars around.
Offline
Thanks for all will help, the problem was solved
Offline
Pages: 1