Module:rad-IPA: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 1,868: Line 1,868:


function export.get_rhyme(IPA)
function export.get_rhyme(IPA)
     if mw.ustring.find(IPA, "([ %|])") or mw.ustring.find(IPA, "([%-·]$)") then
     if mw.ustring.find(IPA, "([ %|])") or mw.ustring.find(IPA, "([%-·])$") then
         return nil
         return nil
     end
     end