LoginSignup
1
1

More than 1 year has passed since last update.

Power Automate Desktop > メモ

Posted at

メモ

【PAD|Power Automate Desktop】ベーシック認証を行ってWEBページからデータを取得する【RPA】 | EXCELVBAとGASとゲーム

ベーシック認証

URL:example.com
ユーザーI: user
パスワード: password

の場合は、URLに以下を設定する

http://user:password@example.com/

演習 - 今月の最終日を見つけるために JavaScript を使用する - Learn | Microsoft Docs

正規表現

以下のような記載から令和等を抜きたい場合

2021[令和3]年12月1日(水)0:00

正規表現式

^(.*)\[令和.*\](.*)

以下でグループを取得できる

$1$2

結果

2021年12月1日(水)0:00

テキスト | Microsoft Docs - Power Automate | Microsoft Docs

正規表現での置換 | Microsoft Docs

変数の操作と % 表記 - Power Automate | Microsoft Docs

robin言語
https://github.com/robin-language/robin

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1