From WikiChip
Difference between revisions of "mirc/identifiers/$remove"
< mirc‎ | identifiers

(Created page with "{{mirc title|$remove Identifier}}'''$remove''' removes the given substring(s) from a string and returns the remainder. == Synopsis == <pre>$remove(string,substring,...)</pre>...")
 
m
Line 1: Line 1:
 
{{mirc title|$remove Identifier}}'''$remove''' removes the given substring(s) from a string and returns the remainder.
 
{{mirc title|$remove Identifier}}'''$remove''' removes the given substring(s) from a string and returns the remainder.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 18: Line 19:
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:mIRC identifiers|$remove identifier - mIRC]]

Revision as of 13:38, 20 September 2017

$remove removes the given substring(s) from a string and returns the remainder.


Synopsis

$remove(string,substring,...)

Switches

None

Example

Remove the channel from a message

//echo -a $remove($active,$chan)

Compatibility

Added: mIRC v4.52
Added on: 06 Jul 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list