gpt4 book ai didi

javascript - 正则表达式匹配 wp-config 中的身份验证 key

转载 作者:行者123 更新时间:2023-12-03 03:04:08 29 4
gpt4 key购买 nike

有人可以建议如何最好地将我的 wp-config.php 中的以下内容与 regex 匹配

define('AUTH_KEY',         'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY', 'put your unique phrase here');
define('NONCE_KEY', 'put your unique phrase here');
define('AUTH_SALT', 'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT', 'put your unique phrase here');
define('NONCE_SALT', 'put your unique phrase here');

最佳答案

有一个非常有用的正则表达式测试器 https://regex101.com/r/gmlGpT/1

define\(['"][A-Z_]+['"]\,\s+['"](?<key>[\w\s]+)['"]\);

关于javascript - 正则表达式匹配 wp-config 中的身份验证 key ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47246439/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com