Parsing data
- RSS フィードを購読する
- トピックを新着としてマーク
- トピックを既読としてマーク
- このトピックを現在のユーザーにフロートします
- ブックマーク
- 購読
- ミュート
- 印刷用ページ
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
I need to get data after the last number in passed route including this number. For example:
The whole route | Passed route | Next route |
388-351-302-351-406-255 | 388-351-302-351 | 351-406-255 |
344-382-254-476 | 344-382 | 382-254-476 |
251-202-4975-202-656-202-3221 | 251-202-4975-202-656-202 | 202-3221 |
But the problem is that passed route doesn't always match the whole route. For example.:
388-351-302-456-351-406-255 | 388-351-302-351 | 351-406-255 |
So, it's needed to orientate on the number of times the last point was in the string
Thanks a lot for any help!
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
To confirm at the start you have your first two columns and you want to get the 'next route' column?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
In the second part of my message I told about this problem:
But the problem is that passed route doesn't always match the whole route. For example.:
388-351-302-456-351-406-255 | 388-351-302-351 | 351-406-255 |
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Sorry that one was awfully close to the first one and I mistook them as identical which they are not.
My question is in this case. How many pieces can be missing?
For example...
388-351-302-456-351-406-255 | 388-351-302-300-406 | What is this? |
and
388-351-302-456-351-406-255 | 388-232-302-342-351 | What is this? |
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する
Any number of pieces, there is not fixed one. That's the problem
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- モデレーターに通知する