Search results

  • local lipos = string.find(s, "<li>" ) if string.find(s, "^%[%[[^|]+|[^%]]+%]%]") then
    3 KB (572 words) - 16:51, 2 May 2021
  • local function split( str, pattern, plain ) local i, j = string.find( str, pattern, startIndex, plain )
    8 KB (1,139 words) - 16:51, 2 May 2021
  • --- Used in case 'require( varName )' is found. Attempts to find a string value stored in 'varName'. if varName:find( "%b''" ) or varName:find( '%b""' ) then -- Look for balanced quotes
    19 KB (2,181 words) - 20:53, 4 May 2021
  • This function implements the features of {{tl|Str sub old}} and is kept in order to maintain these older templates. : The pattern or string to find within the string
    8 KB (1,228 words) - 16:52, 2 May 2021
  • local str = {} function str.len( frame )
    15 KB (2,256 words) - 16:51, 2 May 2021
  • ...on of the first occurrence of one piece of text ("match") inside another ("str"). * find
    4 KB (633 words) - 16:52, 2 May 2021