<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=63&amp;t=22000&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2019-02-24T20:28:09+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=63&amp;t=22000&amp;mode</id>
<entry>
<author><name><![CDATA[tfosik]]></name></author>
<updated>2019-02-24T20:28:09+01:00</updated>
<published>2019-02-24T20:28:09+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216874#p216874</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216874#p216874"/>
<title type="html"><![CDATA[Re: android text]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216874#p216874"><![CDATA[
Tak<br />RegexBuilder.bas<br /><br />skorzystaj z tego ostatniego przykładu tam nie trzeba żadnej dodatkowej biblioteki.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=18769">tfosik</a> — 24 lut 2019, o 20:28</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tomimat]]></name></author>
<updated>2019-02-24T19:52:24+01:00</updated>
<published>2019-02-24T19:52:24+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216872#p216872</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216872#p216872"/>
<title type="html"><![CDATA[Re: android text]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216872#p216872"><![CDATA[
Na ten RegexBuilder musi być jakiś lib?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8688">tomimat</a> — 24 lut 2019, o 19:52</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tfosik]]></name></author>
<updated>2019-02-24T19:10:11+01:00</updated>
<published>2019-02-24T19:10:11+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216871#p216871</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216871#p216871"/>
<title type="html"><![CDATA[Re: android text]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216871#p216871"><![CDATA[
Witam <br />oczywiście że tak<br /><!-- m --><a class="postlink" href="https://www.b4x.com/android/forum/threads/b4x-regular-expressions-regex-tutorial.7123/#content" >https://www.b4x.com/android/forum/threa ... 3/#content</a><!-- m --><br /><br />A tutaj masz sprawdzony przykład[syntax=basic4gl]Dim a,b,c As String<br />Dim data As String = &quot;aaa.bbb.ccc&quot;<br />Dim builder As RegexBuilder<br />Dim numbers() As String = Regex.Split(builder.Initialize.AppendEscaped(&quot;.&quot;).Pattern, data)<br />Dim l As List<br />l.Initialize2(numbers)<br />a=l.Get(0)<br />b=l.Get(1)<br />c=l.Get(2)[/syntax]<br /><br />a tak nawet prościej[syntax=basic4gl]dim a,b,c as string<br /><br />    Dim data As String<br />    data = &quot;aaa.bbb.ccc&quot;<br />    Dim numbers() As String<br />    numbers = Regex.Split(&quot;\.&quot;, data)<br />    Dim l As List<br />    l.Initialize2(numbers)<br />     a=l.Get(0)<br />     b=l.Get(1)<br />     c=l.Get(2)[/syntax]<br /><br />Albo jeszcze tak, pokombinuj<br />[syntax=basic4gl]dim a,b,c as string<br /><br />    Dim data As String<br />    data = &quot;aaa.bbb.ccc&quot;<br />    Dim numbers() As String<br />    numbers = Regex.Split(&quot;\.&quot;, data)<br />  a=numbers(0)<br />  b=numbers(1)<br />  c=numbers(2)[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=18769">tfosik</a> — 24 lut 2019, o 19:10</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[tomimat]]></name></author>
<updated>2019-02-24T18:11:01+01:00</updated>
<published>2019-02-24T18:11:01+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216870#p216870</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216870#p216870"/>
<title type="html"><![CDATA[android text]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=22000&amp;p=216870#p216870"><![CDATA[
Witam. Mam pytanie czy można w B4A  pa otrzymaniu tekstu<br />np. &quot;jakieś,zdanie,przyleciało&quot;<br />wyodrębnić wyrazy i wyświetlić np. tylko słowo &quot;zdanie&quot;?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=8688">tomimat</a> — 24 lut 2019, o 18:11</p><hr />
]]></content>
</entry>
</feed>