Back Previous Next


Linguist basic package - replace

Syntax:

   replace {string1} with {string2} in {stringholder}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKReplace.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHReplace.class

Function:

This replaces all occurrences of one string with another in the buffer or other stringholder given. (A stringholder is any variable that can hold a string value and permit its value to be changed; this might include visual components that display text.)

Example(s):

   replace ".java" with ".class" in Script


Back Previous Next >