Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Livermore History Collaborative. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:43, 10 December 2025 Bmcfann talk contribs created page Module:String to array (Created page with "local p = {} function string_to_array(Input_String, Separator) local my_log ={} if type(Input_String) ~= "string" then return nil end if type(Separator) ~= "string" then return nil end -- find the position of each separator in Input_String: local separator_positions = {} local next_start_position = 1 while next_start_position <= #Input_String do ch1, ch2 = mw.ustring.find(Input_String, Separator, next_start_position) if...")