|
|
Functions: s |
|
| $selected | Returns the list of selected nicknames in the channel |
| $sentBytes | Returns total sent bytes |
| $server | Returns the current server name (if any) |
| $snd.isMuted | Returns if the sounds muted |
| $sort | Sorts an array |
| $str.append | Append one string to another. |
| $str.charsum | Returns the sum of the character codes of the string |
| $str.cmp | Compare two strings alphabetically |
| $str.cmpnocase | Compare two strings alphabetically, case insensitive. |
| $str.contains | Returns 1 if the first parameter contains the second |
| $str.containsnocase | Returns 1 if the first parameter contains the second, case insensitive |
| $str.digest | Returns the sum of the character codes of the string |
| $str.equal | Returns 1 if the two string parameters are equal |
| $str.equalnocase | Returns 1 if the two string parameters are equal, case insensitive |
| $str.find | Find the index of the nth ocurrence of a substring in a string |
| $str.findfirst | Find the index of a substring in a string |
| $str.findfirstnocase | Find the index of a substring in a string, case insensitive |
| $str.findlast | Find the last index of a substring in a string |
| $str.findlastnocase | Find the last index of a substring in a string, case insensitive |
| $str.fromClipboard | Returns a string from clipboard. |
| $str.grep | Emulates the GNU Regular Expression Parser |
| $str.insert | Inserts a substring in a string at a given index |
| $str.isempty | Returns 1 if the given string don't have any character. |
| $str.isnumber | Returns 1 if the given string represents a number |
| $str.isunsignednumber | Returns 1 if the given string represents an unsigned number |
| $str.join | Returns a string joined from several strings |
| $str.left | Returns a substring starting from the left until the given index. |
| $str.lefttofirst | Returns the left part of a string until a given substring |
| $str.lefttolast | Returns the left part of a string until the last ocurrence of a given substring |
| $str.len | Returns the length of the given string |
| $str.length | Returns the length of the given string |
| $str.localelowcase | Returns the given string with all characters turned to lower case |
| $str.localeupcase | Returns the given string with all characters turned to upper case |
| $str.lowcase | Returns the given string with all characters turned to lower case |
| $str.match | Matches a fixed string against a wildcard expression |
| $str.matchnocase | Matches a fixed string against a wildcard expression (case insensitive) |
| $str.mid | Returns a substring starting from a given index. |
| $str.prepend | Prepend one string to another. |
| $str.printf | Returns a formatted string in a C sprintf-like fashion. |
| $str.replace | Replace substrings in a string |
| $str.replacenocase | Replace substrings in a string ignoring case |
| $str.right | Returns a substring starting from the right until the given index. |
| $str.rightfromfirst | Returns the right part of a string from the first ocurrence of a given substring |
| $str.rightfromlast | Returns the right part of a string from the last ocurrence of a given substring |
| $str.section | Returns a section of the string. |
| $str.split | Splits a string to an array |
| $str.strip | Returns a whitespace stripped string |
| $str.stripcolors | Returns a mirc color codes stripped string |
| $str.stripleft | Returns a left whitespace stripped string |
| $str.stripright | Returns a right whitespace stripped string |
| $str.token | Returns the nth token in a string |
| $str.upcase | Returns the given string with all characters turned to upper case |
| $str.urlencode | Returns a browser formatted string |
| $str.word | Returns the nth word in a string |
| $string | Casts a variable to a string |
| $sw | Returns the value of a switch for an alias |
| $system.call | Allows to call functions of a plugin |
| $system.checkModule | Checks if a KVIrc module is loadable |
| $system.clipboard | Returns the value of the system clipboard |
| $system.dcop | Performs a DCOP call |
| $system.getenv | Returns the value of an enviroinement variable |
| $system.hostname | Returns the hostname of the machine that KVIrc is running on |
| $system.osmachine | Returns the machine of the operating system |
| $system.osname | Returns the name of the operating system |
| $system.osnodename | Returns the nodename of the operating system |
| $system.osrelease | Returns the release of the operating system |
| $system.ostype | Returns the type of the operating system |
| $system.osversion | Returns the version of the operating system |
| $system.selection | Returns the value of the system selection |
|