mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
mantis 9056: add llReplaceSubString()
This commit is contained in:
@@ -2209,5 +2209,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_LSL_Functions.llHash(s);
|
||||
}
|
||||
|
||||
public LSL_String llReplaceSubString(LSL_String src, LSL_String pattern, LSL_String replacement, int count)
|
||||
{
|
||||
return m_LSL_Functions.llReplaceSubString(src, pattern, replacement, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user