Module:String: Difference between revisions

    (Implement the merge of Module:Join, Module:Str endswith, Module:PatternCount and Module:Text count into this module per their TfDs. Review and discussion is at https://en.wikipedia.org/w/index.php?title=Module_talk:String&oldid=899040020#Edit_request_to_implement_merges)
    (copy fixed comment from sandbox: this has been wrong for years, and when I corrected it years ago, it just got overwritten later, so rather tan see it happen again, I'm just making the change in the live module now)
    Line 115: Line 115:
    {{#invoke:String|match|source_string|pattern_string|start_index|match_number|plain_flag|nomatch_output}}
    {{#invoke:String|match|source_string|pattern_string|start_index|match_number|plain_flag|nomatch_output}}
    OR
    OR
    {{#invoke:String|pos|s=source_string|pattern=pattern_string|start=start_index
    {{#invoke:String|match|s=source_string|pattern=pattern_string|start=start_index
         |match=match_number|plain=plain_flag|nomatch=nomatch_output}}
         |match=match_number|plain=plain_flag|nomatch=nomatch_output}}