我试图在文件中找到(匹配字符串)行,它以TEST /开始(开始)
这是可行的,用空格进行测试:
if [[ "$LINE" == 'TEST '* ]]
then
echo $LINE
fi
用正斜杠发短信,不管用--我该怎么做呢?
if [[ "$LINE" == 'TEST /'* ]]
then
echo $LINE
fi
有什么建议吗?
我有其他的话题,问题,但没有运气.
我试着通过Twilio Api发短信。但是Twilio没有给我发短信。怎么啦?
参考
我的代码:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Twilio;
namespace SMS
{
class Program
{
static void Main(string[] args)
{
string AccountSid = "myAccountSid";
string AuthToken
我想让给手机发短信。我检查了AWS的文件,上面写着
SMS notifications are currently supported for phone numbers in the
United States. SMS messages can be sent only from topics created in the
US East (N. Virginia) region. However, you can publish messages to
topics that you create in the US East (N. Virginia) region fr
我有一个$text
<p>this is a link <a href="/link" class="u">a link</a> hello this is a text then a <img src="www.link.com/image.png">. then i have something like %,$,<?php etc ?> but i dont wanna lose my numbers and ? sign how can we do that?</p>