Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
11
Task/XML-Input/Lasso/xml-input-2.lasso
Normal file
11
Task/XML-Input/Lasso/xml-input-2.lasso
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// not using XML or Xpath
|
||||
'<hr />'
|
||||
local(
|
||||
regexp = regexp(-find = `<Student.*?Name="(.*?)"`, -input = #text, -ignoreCase),
|
||||
names = array
|
||||
)
|
||||
|
||||
while( #regexp -> find) => {
|
||||
#names -> insert(#regexp -> matchstring(1))
|
||||
}
|
||||
#names -> join('<br />')
|
||||
Loading…
Add table
Add a link
Reference in a new issue