find

@accepts(utf8)
@returns(RB.RefString)
def find(init)

Returns an existing RB.RefString for @init if one exists, otherwise returns NULL. If an existing refstring is found, its reference count is increased.

init :

string to find

Returns :

existing RB.RefString, or NULL